In This Topic
Sets the folder name.
Two sibling folders shall not share the same name following case normalization.
Syntax
public void setName(
java.lang.String
)
|
Parameters
- name
- The folder name.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | When name is null or empty. |
See Also